Include reference to Rust code structuring
authorKasper Møller Andersen <kasma1990_proxy@outlook.com>
Tue, 19 Jul 2016 13:04:14 +0000 (15:04 +0200)
committerGitHub <noreply@github.com>
Tue, 19 Jul 2016 13:04:14 +0000 (15:04 +0200)
src/doc/manifest.md

index 197dff5b79797c4a59d4c41ecd00becca890bd55..89abd9260635264098ab384382e92c991a5ebaa7 100644 (file)
@@ -427,6 +427,8 @@ integration tests, and benchmarks respectively.
   *.rs
 ```
 
+To structure your code after you've created the files and folders for your project, you should remember to use Rust's module system, which you can read about in [the book](https://doc.rust-lang.org/book/crates-and-modules.html).
+
 # Examples
 
 Files located under `examples` are example uses of the functionality provided by